home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / internet / inet40.zip / HISTORY.DOC < prev    next >
Text File  |  1996-02-10  |  10KB  |  220 lines

  1.   
  2.                      The Internet Connection Version 3.4
  3.                      -----------------------------------
  4.  
  5.                            By: Mark Williamson
  6.                         Contact: 1:202/750@Fidonet
  7.                          or  omega@connectnet.com
  8.  
  9.  
  10.  
  11.   HISTORY.DOC
  12.   -----------
  13.  
  14.   Version 4.0 .........................................................
  15.  
  16.   The most substantial upgrade!  This version is so different than the
  17.   previous ones!  Ok, here's a run down:
  18.  
  19.   New features:
  20.  
  21.   Capable of reading a standard Fidonet netmail directory (where *.MSG
  22.   files are stored by the mailer).  This is the single most important
  23.   addition to Inet, as this allows sysops running virtually ANY bbs to use
  24.   Inet.  All that is required is a compatible door file, and a Fidonet
  25.   mailer.
  26.  
  27.   When run in /READ mode, Inet will open up the first .MSG found in the
  28.   specified directory and display it to the user.  The user can navigate
  29.   through the messages using the menu or arrow keys.  Users can Write,
  30.   Reply, and Delete messages, jump forward or backward through the
  31.   messages, and toggle kludge line display.  More features for the reader
  32.   are planned like:  search - to, from, subj, keyword, list messages,
  33.   change attributes (security level defined), carbon copy, attachments, and
  34.   a few others I haven't thought of yet :)
  35.  
  36.  
  37.   Added several new command line parameters.  They are:
  38.  
  39.       /READ=<directory>     Reads the *.MSG files in <directory>
  40.       /PERSONAL             Allows only mail to/from the user to be seen
  41.       /NEW                  Allows only NEW mail to the user to be seen
  42.  
  43.   Removed the /PACK command line option from Inet.  All maintenance is to
  44.   be done from INETUTIL.
  45.  
  46.   Much improved editors.  The interface has changed quite a bit as well as
  47.   the underlying code.  ASCII editor lacks functionality, this is more or
  48.   less intentional.  I plan to spend more effort on the ANSI editor because
  49.   it is the one that will see more use.
  50.  
  51.   Ability to use the user's handle instead of their real name throughout
  52.   Inet.
  53.  
  54.   Added the Write-to directory for Replychk.  Now, when Replychk runs, it
  55.   can move any inbound Internet mail to a special directory for handling by
  56.   Inet.
  57.  
  58.  
  59.   Changed the Flags setting to be 100 percent compatible with Fidonet
  60.   specifications.  The new abbreviations allow for more flags to be
  61.   included in the field.
  62.  
  63.  
  64.   Added a Msg post security level which can be used to control which users
  65.   can Post internet email.  This does not prevent them from Reading mail.
  66.   This can be used to show off Inet to your users to encourage donations to
  67.   your board!
  68.  
  69.   Addition of the INET.HLP file.  This is a compressed file which contains
  70.   the prompts and help text for INETUTIL.  This will eventually contain all
  71.   prompts and display text for all programs in the INET package (with the
  72.   exception of REPLYCHK.EXE).
  73.  
  74.  
  75.   Bug fixes:
  76.  
  77.   Oh, boy, here goes the neighborhood:
  78.  
  79.   Memory bug when loading large messages.
  80.  
  81.   Initially, when the user goes into the Address book menu, they would be
  82.   told that they have no addresses on file, however, when they go to the
  83.   Public address book and then back to the private book, their address list
  84.   would finally show up.
  85.  
  86.   Removed the btree index files.  These files kept getting corrupt and
  87.   would abruptly bump the user out of Inet.
  88.  
  89.   Memory overflow bug when quoting would lock the computer on exit.
  90.  
  91.  
  92.   Version 3.4 .........................................................
  93.  
  94.   Added support for the DIRECT flag.  This will allow you to put your
  95.   outgoing internet messages on hold, and poll your gateway to send them
  96.   all at once.
  97.  
  98.   Changed the way the MyDomain field is handled.  Previously, Inet would
  99.   automatically insert the @ symbol immediately after the user's name.
  100.   This causes problems for many people whose domain name is something like
  101.   this:  %something@somewhere.com.  Now, you must provide the exact
  102.   information needed for this field.  It is not mandatory either (this is
  103.   another change).
  104.  
  105.   Incorporated the REPLYCHK configuration file into INETUTIL.  There are
  106.   still some miscellaneous (optional) control files used by Inet and
  107.   Replychk, but most of the time these are not needed, but are provided for
  108.   those special circumstances.
  109.  
  110.   Version 3.3 .........................................................
  111.  
  112.   Skipped this version number.
  113.  
  114.   Version 3.2 .........................................................
  115.   Version 3.1 .........................................................
  116.   Version 3.0 .........................................................
  117.  
  118.   Very important!  The multi-node configuration is fixed.  This has been
  119.   causing great trouble with multi-node users.  This is the cause of the
  120.   log file being written to the root directory, disappearing address book,
  121.   and other strange errors.  Before 3.0, Inet would look for INET.x (x=NODE
  122.   number) as the configuration file to load.  But, it would also write the
  123.   log file as INET.x!  Thus, when it went to read the config file, it
  124.   wouldn't find any valid options, and null everything out!  This is now
  125.   fixed!  The multinode configuration files are named INETCFG.x and the
  126.   multinode log files are INETLOG.x.  The single node files are INET.CFG
  127.   and INET.LOG.
  128.  
  129.   Inet will look for the INETCFG.x automatically at startup.  If it is not
  130.   found, it will load INET.CFG.  This gives you flexibility so you can have
  131.   different configs for each node if you really want to.
  132.  
  133.   The internal message editor now has an import feature.  If the user's
  134.   security level matches the Sysop Security Level, the import feature will
  135.   be visible and active, otherwise it will be invisible and inactive.
  136.  
  137.   A new program has been written by James Goldbloom to handle the job of
  138.   FixMsg.  This program is called REPLYCHK.  It's sole purpose in life is
  139.   to convert the Fidonet standard ^aREPLYADDR line of an incoming Internet
  140.   message to a line that will be exported by your BBS.  Some BBS packages
  141.   like RemoteAccess and Proboard, do not write the CTL-A (^A) kludge lines
  142.   which are usually invisible to the reader.  These kludge lines provide
  143.   information to the computers that 'see' these messages.  REPLYCHK reads
  144.   the REPLYADDR kludge line, and if it is an internet address, it will
  145.   write a new line to the message which begins with @INETADDR.  Since this
  146.   line is unique to Inet, only those messages that contain it are treated
  147.   as Internet messages and handled appropriately during the reply process.
  148.   REPLYCHK will be placed in the batch file you use to run your BBS.
  149.   Preferebly in after your tosser tosses the mail, but before it imports
  150.   it.  If you have more questions, please post them in the OMEGA_SOFT echo,
  151.   so everyone can benefit from the answers :)
  152.  
  153.   NOTE:  Use of the REPLYCHK program is required to enable the reply mode
  154.   feature of Inet!
  155.  
  156.   For MAXIMUS sysops, please see the file MAXIMUS for addon's that you
  157.   might want to use!
  158.  
  159.   Really, all known bugs are fixed finally!
  160.  
  161.   When spawning the external editor, the comm port is now reinitialized on
  162.   return.  This was the cause of the disappearing output when the editor
  163.   returned to Inet.
  164.  
  165.   When the user selected the PUBLIC address book when there is no data or
  166.   the file is missing, there would be no message stating so.  That has been
  167.   fixed with the addition of the NOPUBLIC.A?? help file.
  168.  
  169. * Added an option to turn off the appending of the [Exported by...] line at
  170.   the end of each message.  This was strictly cosmetic and was requested by
  171.   quite a few registered users.  So, at the request of even more registered
  172.   customers, I've added this option to turn off the exported line.
  173.  
  174. * Internal ANSI and ASCII editors, for those who use BBS systems that don't
  175.   easily use external message editor programs, or if you prefer the simple
  176.   approach.  Looks good, works great!
  177.  
  178. * Address book manager.  Edit, add, tag/delete, pack files, and convert
  179.   address book files.  Don't forget to convert, prior to putting online
  180.   if you are currently running an older version before 3.0.
  181.  
  182. * User file manager.  Edit, add, tag/delete and pack the user files.
  183.  
  184. * Time and date stamp added to end of exported messages (and import,
  185.   if enabled.)
  186.  
  187. * Expanded online help and documentation.
  188.  
  189. * Rewritten documentation, in depth details on configuration options,
  190.   setup, hints and tips on usage, plus extra documentation on how to find a
  191.   UUCP host near you, setting up Inet on your BBS, and more.
  192.  
  193. * Intelligent reply handling feature, will detect the sender's address from
  194.   just about any internet mail format.  Used in your BBS batch file upon
  195.   receipt of netmail, REPLYCHK will check the incoming netmail before your
  196.   tosser goes to work to import the message.  If the message is an internet
  197.   message (i.e. from your UUCP host), REPLYCHK will find the sender's address
  198.   and add a special line to the message so Inet can see the address
  199.   consistently, and with a high degree of accuracy.
  200.  
  201. * Added a macro to have Inet fill in the subject line with the contents of
  202.   the address COMMENT field.  By putting a dollar sign character, $, at the
  203.   beginning of the comment field, Inet will load the comment field and copy
  204.   it to the subject line when the user selects an address from their address
  205.   book.  This is a GREAT feature... use it for your public address book
  206.   so your users can enjoy the power of Internet netmailing!
  207.  
  208. * Added a quick-list feature.  When the user is at the To: prompt, they may
  209.   press the backslash key, \, and a list of their addresses will be
  210.   displayed.  This list is exactly the same as that displayed when the user
  211.   presses / for the address book menu, then S for Select Address.
  212.  
  213. * Better online help screens give more detail about what is expected of the
  214.   user at any given point.
  215.  
  216. * The log file system is back.  Due to a bug, it disappeared in 1.6.
  217.  
  218. * It was noted that the prompt to add the address to the address book was
  219.   only visible on the local screen, not on the remote.  This has been fixed.
  220.